home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / ZMODEM.H < prev   
Text File  |  1995-02-01  |  125b  |  10 lines

  1. /* zmodem.h */
  2.  
  3. #ifndef BOOL
  4. #define BOOL int
  5. #endif
  6.  
  7. BOOL ZmodemTx(int , char *, int);
  8. BOOL ZmodemRx(int, int);
  9.  
  10.